const go/token.IMAG

9 uses

	go/token (current package)
		token.go#L31: 	IMAG   // 123.45i
		token.go#L143: 	IMAG:   "IMAG",

	go/constant
		value.go#L446: 	case token.IMAG:

	go/parser
		parser.go#L1466: 	case token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING:
		parser.go#L2435: 		token.IDENT, token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING, token.FUNC, token.LPAREN, // operands

	go/printer
		nodes.go#L1096: 	if lit.Kind != token.INT && lit.Kind != token.FLOAT && lit.Kind != token.IMAG {

	go/scanner
		scanner.go#L483: 		tok = token.IMAG

	go/types
		literals.go#L50: 	case token.INT, token.FLOAT, token.IMAG:
		operand.go#L276: 	case token.IMAG: